バージョン

Interpolate(List<Point>,Single,List<Point>,List<Point>) メソッド

ポイントのリストの位置を指定したポイントのリストの間の補間に設定します。
シンタックス
'宣言
 
Protected Overloads Shared Sub Interpolate( _
   ByVal ret As List(Of Point), _
   ByVal p As Single, _
   ByVal min As List(Of Point), _
   ByVal max As List(Of Point) _
) 
protected static void Interpolate( 
   List<Point> ret,
   float p,
   List<Point> min,
   List<Point> max
)

パラメータ

ret
最小値および最大値の間の補間としての配置するポイント。
p
トランジション進行状況を表す 0 ~ 1 の数。
min
最小値または開始ポイント。
max
最大値または終了ポイント。
参照